home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover(33, 2)
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout(33)
- end if
- end
-
- on mouseUp
- global P4SETUP, THESETUP, TEXTDISPLAY, M4SETUP
- glowClear()
- doClick()
- cursor(0)
- set THESETUP to P4SETUP
- set HELPMANUAL to M4SETUP
- set TEXTDISPLAY to "TEXT4"
- set the text of member "Help text display" to the text of member "HELP4"
- go("Prog4")
- end
-